i386: fix boot
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Jul 2009 10:18:57 +0000 (11:18 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Jul 2009 10:18:57 +0000 (11:18 +0100)
commit2e2e8763c259199aae75fdce6d607b1c01835aab
tree5b95ae732c6307532ca053ba0918b3af5f5ca349
parent7ace84ccbc69816800b4ae6e17d670492d033fc5
i386: fix boot

Since the Xen heap pages (which are the only ones mapped at this
point) don't get passed to init_boot_pages(), it has no place to store
the bootmem regions without faulting. Hence, a mapped page must be
passed to that function as the very first thing.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/setup.c